home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / asydv204.zip / ASYATTRB.BAT < prev    next >
DOS Batch File  |  1996-08-07  |  447b  |  13 lines

  1. @ECHO OFF
  2. echo
  3. echo Run this batch file once if you use Lantastic.  If makes the main 
  4. echo The Arkhaim Asylum files readonly.  Run ASYATTRB.BAT to undo this.
  5. echo (undo when upgrading, or new files won't be copied over your old ones)
  6. echo And then you will be in a bind...!
  7. echo (To undo this process... Just run ASYATTRR.BAT that came with The Arkhaim
  8. echo Asylum Files...!)
  9. echo
  10. @ECHO ON
  11. attrib +R asylume.exe
  12. attrib +R asylume.ovr
  13.